home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Shareware World / Utilities / Business / Ch-Ching 2.6.7r5 / store / customerinfo.lasso < prev    next >
INI File  |  1999-07-19  |  464b  |  14 lines

  1. [include:'includes/name.lasso']
  2. [include:'includes/nav.lasso']
  3.  
  4. [inline:database=(variable:'dtb'), layout='www_checkout', show]
  5.     [value_list:'custShippingMethod']
  6.         [variable_set:'compare'=(valuelistitem)]
  7.     [/value_list]
  8.     [if:String_IsNumeric:(String_Remove:start_position=1, end_position=(Math_Sub:String_Length:variable:'compare',1), (variable:'compare'))]
  9.         [include:'html/customerinfo.html']                        
  10.     [else]
  11.         [include:'html/shippinginfo.html']
  12.     [/if]
  13. [/inline]
  14.